home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / programming / e / powerd0.06 / modules / intuition / cghooks.m next >
Text File  |  1999-11-30  |  434b  |  23 lines

  1. MODULE    'graphics/clip',
  2.             'graphics/rastport',
  3.             'intuition/intuition',
  4.             'intuition/screens'
  5.  
  6. #define CUSTOM_HOOK(g) (g::Gadget.MutualExclude)
  7.  
  8. OBJECT GadgetInfo
  9.     Screen:PTR TO Screen,
  10.     Window:PTR TO Window,
  11.     Requester:PTR TO Requester,
  12.     RastPort:PTR TO RastPort,
  13.     Layer:PTR TO Layer,
  14.     DoMain:IBox,
  15.     DetailPen:CHAR,
  16.     BlockPen:CHAR,
  17.     DrInfo:PTR TO DrawInfo
  18.  
  19. // Um, this object was missing
  20. OBJECT PGX
  21.     Container:IBox,
  22.     NewKnob:IBox
  23.